#include <BustaModelMPGameState.h>
Public Member Functions | |
BustaModelMPGameState () | |
Constructor. | |
BustaModelMPGameState (BustaModelGameState *gs, BustaModelOpponent **oppos, int n) | |
Constructor. | |
~BustaModelMPGameState () | |
Destructor. | |
BustaModelGameState * | getGameState () |
Gets opponent GameState. | |
BustaModelOpponent * | getOpponent (int n) |
Gets opponent. |
Game state representation for MP opponents. Contains Game State model for selected opponent, plus important info for other opponents
|
Constructor. Initializes variables |
|
Constructor. Initializes variables |
|
Destructor. Destructor |
|
Gets opponent GameState. Gets pointer to the GameState of highlighted opponent |
|
Gets opponent. Returns a pointer to the opponent in the nth location in the array |